Update key themes to use -gtk-key-bindings
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Nov 2015 01:34:53 +0000 (20:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 Nov 2015 01:35:39 +0000 (20:35 -0500)
The name gtk-key-bindings has been deprecated and causes warnings.

gtk/gtk-keys.css.emacs
gtk/gtk-keys.css.mac

index 4b8221c5f1033850e4f07536c4ff96fdfdc6d5e1..9dd624074cbdd4e158258b7eab99aba5b4ff5a90 100644 (file)
 }
 
 entry {
-  gtk-key-bindings: gtk-emacs-text-entry;
+  -gtk-key-bindings: gtk-emacs-text-entry;
 }
 
 textview {
-  gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
+  -gtk-key-bindings: gtk-emacs-text-entry, gtk-emacs-text-view;
 }
 
 treeview {
-  gtk-key-bindings: gtk-emacs-tree-view;
+  -gtk-key-bindings: gtk-emacs-tree-view;
 }
 
 GtkMenuShell {
-  gtk-key-bindings: gtk-emacs-menu;
+  -gtk-key-bindings: gtk-emacs-menu;
 }
index 4eb0024d69e989a418f8a7c58b9a9578580e0a49..e0853560619901d789f39916659bfdf0e272317b 100644 (file)
 }
 
 iconview {
-  gtk-key-bindings: gtk-mac-icon-view;
+  -gtk-key-bindings: gtk-mac-icon-view;
 }
 
 textview {
-  gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
+  -gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-text-view;
 }
 
 entry {
-  gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
+  -gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-alt-delete, gtk-mac-cmd-c, gtk-mac-entry;
 }
 
 label {
-  gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
+  -gtk-key-bindings: gtk-mac-alt-arrows, gtk-mac-label;
 }
 
 GtkFileChooserWidget {
-  gtk-key-bindings: gtk-mac-file-chooser;
+  -gtk-key-bindings: gtk-mac-file-chooser;
 }
 
 treeview {
-  gtk-key-bindings: gtk-mac-tree-view;
+  -gtk-key-bindings: gtk-mac-tree-view;
 }